[2.4.x] mod_file_cache: Merge r1930632, r1930633 from trunk#584
Closed
notroj wants to merge 2 commits into
Closed
Conversation
* modules/cache/mod_file_cache.c (mmap_handler): fix file getting unmapped erroneously when server is under load in multi-thread multi-core configuration PR: 69901 Submitted by: barr.israel <barr.israel campus.technion.ac.il> Github: closes apache#582 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930632 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit 59c3f0e)
* modules/cache/mod_file_cache.c (mmap_handler): Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1930633 13f79535-47bb-0310-9956-ffa450edef68 (cherry picked from commit efd7778)
asf-gitbox-commits
pushed a commit
that referenced
this pull request
May 1, 2026
mod_file_cache: Fix crashes for mmap'ed files under threaded MPM. * modules/cache/mod_file_cache.c (mmap_handler): fix file getting unmapped erroneously when server is under load in multi-thread multi-core configuration Follow up to r1930632 - * modules/cache/mod_file_cache.c (mmap_handler): Remove unused variable. PR: 69901 Github: closes #584 Submitted by: barr.israel <barr.israel campus.technion.ac.il>, jorton Reviewed by: jorton, rpluem, covener git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1933635 13f79535-47bb-0310-9956-ffa450edef68
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(cherry picked from commit 59c3f0e)
(cherry picked from commit efd7778)